﻿body {
    background-color: #DFDFDF;
    background-image: url('BG.png');
}

pre {
    background: #f0f0f0;
}

h1 {
    color: #1f3f5f;
}

h2 {
    color: #2f6fbf;
}

ul.navigation > li:hover {
    background: #F0F0F0 none repeat scroll 0 0;
}

#loginDisplay {
    color: #3f3f3f;
}

#bodyOuter {
    background-color: White;
}

#footerOuter {
    color: #505050;
}

#loginDisplay, #footerOuter {
    background-image: url('../../../../system/img/bannerGlass.png');
    background-size: cover;
}

#loginDisplay, #bodyOuter, #footerOuter {
    border-color: #c0c0c0;
}

.dw-previewControl button {
    background-color: #f4f4f4;
    border-top-color: #959595;
    color: #000000;
}

.unsupportedBrowser body {
    background-color: white;
    background-image: none;
}

.unsupportedBrowser h1 {
    color: white;
}

.unsupportedBrowser #unsupported h1 {
    background-color: #1B317F;
}

#specificationProgressContainer {
    border-color: lightgray;
}
